home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 March / macformat-048.iso / Shareware Plus / Updaters / NewsWatcher 2.15+jp1 folder / Extra patches / NewsWatcher 2.15+jp1x readme next >
Encoding:
Text File  |  1996-12-16  |  2.2 KB  |  33 lines  |  [ttro/ttxt]

  1. NewsWatcher 2.15+jp1x patch (December 16, 1996)
  2. Copyright (C) 1996 Mizutori Tetsuya
  3. This patchwork is free.
  4.  
  5. This is an extra patch to “NewsWatcher 2.15+jp1”, that makes NewsWatcher not generate its own Message-ID header line when you post new messages. On receiving the messages without Message-ID header line, your news server will attatch a proper Message-ID to your messages, instead.
  6.  
  7. I hope this extra patch is good for the following conditions;
  8.  • When you are using Macintosh not connected to any DNS servers, the original NewsWatcher generates the Message-ID whose hostname part is depicted as "*.*.*.*" in a raw IP address.
  9.  • Some network administrators suggest you that the news reader should generate a proper Message-ID respecting to your news server.
  10.  
  11. To make a patch, you should follow these steps;
  12.  1. Apply “NewsWatcher 2.15+jp1 update” to the original “NewsWatcher 2.15” to get a new “NewsWatcher 2.15+jp1” application program.
  13.  2. Then again apply this patchwork “NewsWatcher 2.15+jp1x update” to my “NewsWatcher 2.15+jp1” application program.
  14.  
  15. You can obtain the original and my patch programs at the following locations;
  16.   ftp://ftp.acns.nwu.edu/pub/newswatcher/newswatcher-215.sea.hqx
  17.   http://www.bekkoame.or.jp/~mizutori/software/catalog.html
  18. or at the info-mac archive sites;
  19.   ftp: info-mac/comm/inet/newswatcher-215.hqx
  20.   ftp: info-mac/comm/inet/newswatcher-215-jp1-patch.hqx
  21.  
  22. *** TECHNICAL ISSUES ***
  23. The original NewsWatcher generates the Message-ID header line in a following style;
  24.   Message-ID: <username-dateTimeUniquNumber@hostname>,
  25. which is defined in a printf() style format in the program code;
  26.   "<%.*s-%.2d%.2d%.2d%.2d%.2d%.2d%.4d@%s>\0".
  27. This style format is a text string, so you can replace it with a null string "\0" to make no Message-ID published by NewsWatcher.
  28.  
  29. When posting the messages, “NewsWatcher 2.15+jp1” inspects the resource data 'STR ' of ID=801 whether or not it should make its own Message-ID. If the data is non-zero, then it kills the Message-ID. The only difference between “jp1” and “jp1x” is the value of this resource data. So, you can change it by your hand using ResEdit, instead of applying “jp1x updater”.
  30. --
  31. Mizutori Tetsuya, RCAST, Univ. of Tokyo, Japan
  32. mizutori@ai.rcast.u-tokyo.ac.jp
  33.